- correctly enable ICONV, Closes: #701802
- enable C++11 build
* d/control: add libunistring-dev
+ * d/p/: Add localcharset-include.patch to corretly include
+ localcharset.h
-- Gert Wollny <gewo@debian.org> Tue, 20 Jun 2017 18:58:39 +0000
--- /dev/null
+--- a/ofstd/libsrc/ofchrenc.cc
++++ b/ofstd/libsrc/ofchrenc.cc
+@@ -288,7 +288,7 @@
+
+ #include <iconv.h>
+ #ifdef WITH_LIBICONV
+-#include <localcharset.h>
++#include <unistring/localcharset.h>
+ #endif
+
+ #define ILLEGAL_DESCRIPTOR OFreinterpret_cast(iconv_t, -1)
07_dont_export_all_executables.patch
08_remove_system_processor.patch
+localcharset-include.patch